home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / listbox / additm / additem.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1991-08-08  |  1.4 KB  |  35 lines

  1. frmAddItemTest
  2. AddItem Test Form
  3. Form1,
  4. Label1
  5. frmAddItem.Load calls GetPrivateProfileString (which is exported in KERNEL.EXE) and retrieves a NULL terminated string from WIN.INI.  The pushbuttons invoke AddItem with a string expression; they concat a string literal, replacing or ignoring the NULLs
  6. Tms Rmn
  7. lstBox
  8. pbWithNULL
  9. Insert With NULL
  10. pbWithOutNULL
  11. Insert Without NULL
  12. Form_Click
  13. @    Form_Load
  14. iSize
  15. iReturn
  16. strReturned
  17. GetProfileString
  18. lstBox
  19.     ListCount
  20. pbWithNULL_Click
  21. pbWithOutNULL_Click
  22. print0
  23.     iPosition
  24. strItemF
  25.  Form Level Variable Declarationss
  26. Form_Load
  27. Extensions
  28. Nothing Returned
  29. pbWithNULL_Click
  30.  Local Variable Declarations
  31.  *** With NULL ***
  32. pbWithOutNULL_Click
  33.  Local Variable Declarations
  34.  *** Without NULL ***"
  35.